home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / makexx34.zip / README.DOC < prev   
Text File  |  1992-01-27  |  817b  |  29 lines

  1.  
  2.   WHAT THE HEY IS XX3401???
  3.   =========================
  4.   No XX3401 is NOT a new movie rating, it's a program that converts
  5.   binary files (ie- .ZIPs, .COMs, .EXEs, .BINs, .DATs, ect...) into
  6.   plain ol' alpha-numeric (modified XX format) ASCII text files,
  7.   that can be transmitted over text-based systems, and then decoded
  8.   with XX3401 back into their original binary form.
  9.  
  10.   To obtain your own copy of XX3401.EXE, follow these steps:
  11.  
  12.     1- Compile "MAKEXX34.PAS" using a Turbo Pascal 5.0+ compiler.
  13.        You can use either the command-line compiler (TPC.EXE),
  14.        or the IDE compiler. (TURBO.EXE)
  15.  
  16.        For example:
  17.  
  18.            TPC MAKEXX34.PAS
  19.  
  20.        ...Or
  21.  
  22.            TURBO MAKEXX34.PAS
  23.  
  24.     2- Then run the newly compiled "MAKEXX34.EXE" program.
  25.  
  26.            MAKEXX34
  27.  
  28.  
  29.